home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / lib / mntlib44.zoo / README.44
Text File  |  1994-03-04  |  2KB  |  38 lines

  1. This is patchlevel 44 of the MiNT library.
  2.  
  3. This is a pretty major overhaul; I've started splitting up some files that
  4. contained more than one function into several files containing one function
  5. each.  This is the first step in the drastically needed cleanup of the user
  6. namespace and will probably take some time to complete.  Because of this,
  7. expect many new files to be created.  Most of the code in these files is
  8. nothing new; the only difference should be that fewer unwanted functions
  9. will be pulled in by the linker, hopefully making executable sizes a little
  10. smaller and causing fewer symbol conflicts with user programs.
  11.  
  12. As of MiNT 1.10, the operating system now returns EPATH instead of EFILNF in
  13. some cases.  So programs compiled with earlier releases of the library may
  14. start failing in situations where they previously worked.  This release has a
  15. workaround for this incompatibility between MiNT/GEMDOS and UNIX (see
  16. enoent.c).  There are probably a few more places this routine should be
  17. used; currently it is used with open() [indirectly correcting creat()],
  18. stat(), and unlink().  Let me know if you have problems with other routines
  19. (or if the workaround itself causes trouble, of course.) 
  20.  
  21. ----------------------------------------------------------------------------
  22.  
  23. Notes about the patches:
  24.  
  25. Please DELETE the files cfspeed.c, dirent.c, and exec.c.  These files
  26. have been fragmented into several parts.
  27.  
  28. The file getgroup.c, distributed in entirety, should replace the copy in your
  29. sources directory.
  30.  
  31. Please apply these patches with "patch -p0", as files in subdirectories have
  32. been changed.
  33.  
  34. Cheers,
  35. entropy
  36.  
  37. entropy@terminator.rs.itd.umich.edu
  38.